From: Juanma Barranquero Date: Mon, 15 Jul 2002 15:39:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31664 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9c190d7d94cc18bd790b0f9771c8c0a08e87ab37;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f446db0e32..a6509190be1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-07-15 Juanma Barranquero + + * help-fns.el (describe-variable): Show documentation for aliased + variable if alias does not have its own. + 2002-07-15 Mike Williams * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram @@ -45,7 +50,7 @@ * calendar/timeclock.el (timeclock-in): Handle the case where no log file exists (ie the very first call). -2002-07-13 Kai Gro,b_(Bjohann +2002-07-13 Kai Gro,A_(Bjohann * net/ange-ftp.el: Do not hook into file-name-handler-alist, this is done by Tramp. diff --git a/src/ChangeLog b/src/ChangeLog index 4fb88d75810..407989ea63b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-07-15 Juanma Barranquero + + * eval.c (Fdefvaralias): Add docstring argument. + 2002-07-15 Ken Raeburn * lisp.h (STRING_INTERVALS): Produce rvalue.